From: Paul Donald Date: Tue, 8 Oct 2024 11:43:35 +0000 (+0200) Subject: luci-app-qos: Convert to JS X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=f9a79074d30de618aee875fe71a0ae5c6a95c425;p=project%2Fluci.git luci-app-qos: Convert to JS Remove luci-compat dep. Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile index 92a99e873e..fdf5cff454 100644 --- a/applications/luci-app-qos/Makefile +++ b/applications/luci-app-qos/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Quality of Service configuration module -LUCI_DEPENDS:=+luci-base +luci-compat +qos-scripts +LUCI_DEPENDS:=+luci-base +qos-scripts PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Paul Donald